FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package ehealth4u.package#1.0.0 (109 ms)

Package ehealth4u.package
Type StructureDefinition
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=ehealth4u.package@1.0.0&canonical=http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-ext-mothersinformation
Url http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-ext-mothersinformation
Status draft
Date 2022-04-14
Name CYEHREXTMothersInformation
Title Cyprus EHR Extension: Mothers Information
Experimental False
Description Extension on the patient's mother's information
Type Extension
Kind complex-type

Resources that use this resource

StructureDefinition
http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-sd-patient Cyprus EHR Patient profile

Resources that this resource uses

StructureDefinition
http://hl7.org/fhir/uv/ips/StructureDefinition/CodeableConcept-uv-ips Codeable Concept (IPS)


Source

{
  "resourceType" : "StructureDefinition",
  "id" : "cyehr-ext-mothersinformation",
  "url" : "http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-ext-mothersinformation",
  "name" : "CYEHREXTMothersInformation",
  "title" : "Cyprus EHR Extension: Mothers Information",
  "status" : "draft",
  "date" : "2022-04-14",
  "publisher" : "eHealth4U",
  "contact" : [
    {
      "name" : "eHealth Lab (University of Cyprus)",
      "telecom" : [
        {
          "system" : "email",
          "value" : "ehealthl@ucy.ac.cy",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "Extension on the patient's mother's information",
  "fhirVersion" : "4.0.1",
  "kind" : "complex-type",
  "abstract" : false,
  "context" : [
    {
      "type" : "element",
      "expression" : "Patient"
    }
  ],
  "type" : "Extension",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "Extension",
        "path" : "Extension",
        "definition" : "Optional Extension Element regarding the patient's information."
      },
      {
        "id" : "Extension.extension",
        "path" : "Extension.extension",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "value",
              "path" : "url"
            }
          ],
          "rules" : "open"
        },
        "min" : 0
      },
      {
        "id" : "Extension.extension:mothersGivenName",
        "path" : "Extension.extension",
        "sliceName" : "mothersGivenName",
        "short" : "Mother's Name",
        "definition" : "Optional information about the mother of the patient.",
        "min" : 0
      },
      {
        "id" : "Extension.extension:mothersGivenName.url",
        "path" : "Extension.extension.url",
        "fixedUri" : "mothersGivenName"
      },
      {
        "id" : "Extension.extension:mothersGivenName.value[x]",
        "path" : "Extension.extension.value[x]",
        "type" : [
          {
            "code" : "string"
          }
        ]
      },
      {
        "id" : "Extension.extension:mothersFamilyName",
        "path" : "Extension.extension",
        "sliceName" : "mothersFamilyName",
        "short" : "Father's Surname",
        "definition" : "Optional information about the father of the patient.",
        "min" : 0
      },
      {
        "id" : "Extension.extension:mothersFamilyName.url",
        "path" : "Extension.extension.url",
        "fixedUri" : "mothersFamilyName"
      },
      {
        "id" : "Extension.extension:mothersFamilyName.value[x]",
        "path" : "Extension.extension.value[x]",
        "type" : [
          {
            "code" : "string"
          }
        ]
      },
      {
        "id" : "Extension.extension:contactPhone",
        "path" : "Extension.extension",
        "sliceName" : "contactPhone",
        "short" : "Father's contact phone number.",
        "definition" : "Optional information about the father of the patient.",
        "min" : 0
      },
      {
        "id" : "Extension.extension:contactPhone.url",
        "path" : "Extension.extension.url",
        "fixedUri" : "contactPhone"
      },
      {
        "id" : "Extension.extension:contactPhone.value[x]",
        "path" : "Extension.extension.value[x]",
        "type" : [
          {
            "code" : "string"
          }
        ]
      },
      {
        "id" : "Extension.extension:email",
        "path" : "Extension.extension",
        "sliceName" : "email",
        "short" : "Father's contact email address.",
        "definition" : "Optional information about the father of the patient.",
        "min" : 0
      },
      {
        "id" : "Extension.extension:email.url",
        "path" : "Extension.extension.url",
        "fixedUri" : "email"
      },
      {
        "id" : "Extension.extension:email.value[x]",
        "path" : "Extension.extension.value[x]",
        "type" : [
          {
            "code" : "string"
          }
        ]
      },
      {
        "id" : "Extension.extension:placeOfBirth",
        "path" : "Extension.extension",
        "sliceName" : "placeOfBirth",
        "min" : 0
      },
      {
        "id" : "Extension.extension:placeOfBirth.url",
        "path" : "Extension.extension.url",
        "fixedUri" : "placeOfBirth"
      },
      {
        "id" : "Extension.extension:placeOfBirth.value[x]",
        "path" : "Extension.extension.value[x]",
        "type" : [
          {
            "code" : "string"
          }
        ]
      },
      {
        "id" : "Extension.extension:placeOfOrigin",
        "path" : "Extension.extension",
        "sliceName" : "placeOfOrigin",
        "min" : 0
      },
      {
        "id" : "Extension.extension:placeOfOrigin.url",
        "path" : "Extension.extension.url",
        "fixedUri" : "placeOfOrigin"
      },
      {
        "id" : "Extension.extension:placeOfOrigin.value[x]",
        "path" : "Extension.extension.value[x]",
        "type" : [
          {
            "code" : "string"
          }
        ]
      },
      {
        "id" : "Extension.extension:occupation",
        "path" : "Extension.extension",
        "sliceName" : "occupation",
        "min" : 0
      },
      {
        "id" : "Extension.extension:occupation.url",
        "path" : "Extension.extension.url",
        "fixedUri" : "occupation"
      },
      {
        "id" : "Extension.extension:occupation.value[x]",
        "path" : "Extension.extension.value[x]",
        "type" : [
          {
            "code" : "string"
          }
        ]
      },
      {
        "id" : "Extension.url",
        "path" : "Extension.url",
        "fixedUri" : "http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-ext-mothersinformation"
      },
      {
        "id" : "Extension.value[x]",
        "path" : "Extension.value[x]",
        "max" : "0",
        "type" : [
          {
            "code" : "base64Binary"
          },
          {
            "code" : "boolean"
          },
          {
            "code" : "canonical"
          },
          {
            "code" : "code"
          },
          {
            "code" : "date"
          },
          {
            "code" : "dateTime"
          },
          {
            "code" : "decimal"
          },
          {
            "code" : "id"
          },
          {
            "code" : "instant"
          },
          {
            "code" : "integer"
          },
          {
            "code" : "markdown"
          },
          {
            "code" : "oid"
          },
          {
            "code" : "positiveInt"
          },
          {
            "code" : "string"
          },
          {
            "code" : "time"
          },
          {
            "code" : "unsignedInt"
          },
          {
            "code" : "uri"
          },
          {
            "code" : "url"
          },
          {
            "code" : "uuid"
          },
          {
            "code" : "Address"
          },
          {
            "code" : "Age"
          },
          {
            "code" : "Annotation"
          },
          {
            "code" : "Attachment"
          },
          {
            "code" : "CodeableConcept",
            "profile" : [
              "http://hl7.org/fhir/uv/ips/StructureDefinition/CodeableConcept-uv-ips"
            ]
          },
          {
            "code" : "Coding"
          },
          {
            "code" : "ContactPoint"
          },
          {
            "code" : "Count"
          },
          {
            "code" : "Distance"
          },
          {
            "code" : "Duration"
          },
          {
            "code" : "HumanName"
          },
          {
            "code" : "Identifier"
          },
          {
            "code" : "Money"
          },
          {
            "code" : "Period"
          },
          {
            "code" : "Quantity"
          },
          {
            "code" : "Range"
          },
          {
            "code" : "Ratio"
          },
          {
            "code" : "Reference"
          },
          {
            "code" : "SampledData"
          },
          {
            "code" : "Signature"
          },
          {
            "code" : "Timing"
          },
          {
            "code" : "ContactDetail"
          },
          {
            "code" : "Contributor"
          },
          {
            "code" : "DataRequirement"
          },
          {
            "code" : "Expression"
          },
          {
            "code" : "ParameterDefinition"
          },
          {
            "code" : "RelatedArtifact"
          },
          {
            "code" : "TriggerDefinition"
          },
          {
            "code" : "UsageContext"
          },
          {
            "code" : "Dosage"
          },
          {
            "code" : "Meta"
          }
        ]
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.